home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15269 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.mty.itesm.mx!news
  2. From: "Ra=?iso-8859-1?Q?=FAl V. Ram=EDrez Velarde" <rvramire@campus.mty.itesm.mx>?=
  3. Newsgroups: comp.lang.c,cimo.graphics.raytracing
  4. Subject: Compiling under Solaris (POV ray). libraries missing
  5. Date: Wed, 17 Apr 1996 19:31:23 -0700
  6. Organization: ITESM Ciencias Computacionales
  7. Message-ID: <3175A97B.1255@campus.mty.itesm.mx>
  8. NNTP-Posting-Host: 131.178.14.11
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win16; I)
  13.  
  14. Hi,
  15.  
  16. I'm compiling Persistance of Vision (ray tracer). I used
  17. the xwindows makefile which compiled just well in RS6000.
  18.  
  19. Tha compiling fails at the linking stage. I substituted
  20. /usr for /usr/openwin as the X11 directory. but the libX11.a
  21. library is some where else. I included it manually and got a lot
  22. of errors, most of them related to comunications. I also
  23. linked 
  24.                 /usr/openwin/lib/libp/libX11.a \
  25.                 -lsocket -lnsl \
  26.                 /usr/lib/libdl.so.1 \
  27.                 /usr/lib/libw.so.1 \
  28.  
  29. which reduced the errors detected. Now I only get two errors:
  30.  
  31. unreferenced simbols:
  32. XSolarisIASetProcessInfo in XOpenDis.o
  33. _mcount in Context.o
  34.  
  35. Does any body know what libraries do i have to link to find 
  36. these funtion calls?
  37.  
  38. If possible, reply directly.
  39.  
  40. Regards,
  41.  
  42. Raul
  43. rvramire@campus.mty.itesm.mx
  44.